(Fshrink_window): Reflow docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 1 Jun 2007 10:57:37 +0000 (10:57 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 1 Jun 2007 10:57:37 +0000 (10:57 +0000)
src/window.c

index d61945652533214aa27e9eb56ec8499785813b56..8a5137f2044c19c049f56d1732e55663ce16800e 100644 (file)
@@ -4110,8 +4110,8 @@ too small.  */)
 DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p",
        doc: /* Make current window ARG lines smaller.
 From program, optional second arg non-nil means shrink sideways arg columns.
-Interactively, if an argument is not given, make the window one line smaller.  Only
-siblings to the right or below are changed.  */)
+Interactively, if an argument is not given, make the window one line smaller.
+Only siblings to the right or below are changed.  */)
      (arg, side)
      Lisp_Object arg, side;
 {